home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / wordmisc / pcstyle / print.bat < prev    next >
Encoding:
DOS Batch File  |  1987-03-19  |  640 b   |  14 lines

  1. echo  off
  2. echo  ┌────────────────────────────────────────────────┐
  3. echo  │ The PC-Style User's Guide will now be printed. │
  4. echo  │ It's 21 pages long.                            │
  5. echo  │                                                │
  6. echo  │ Please make sure your Printer is ready, then   │
  7. echo  │ Press (Enter).                                 │
  8. echo  │                                                │
  9. echo  │ To cancel this operation, press (Ctrl)Break.   │
  10. echo  └────────────────────────────────────────────────┘
  11. pause
  12. a:
  13. pcbook pcs.doc P >prn
  14.